ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionView<T> Class / UseCPUsInParallel Property

In This Topic
    UseCPUsInParallel Property (C1CollectionView<T>)
    In This Topic
    Gets or sets whether the operations will be performed using CPU's in parallel.
    Syntax
    'Declaration
     
    Public Property UseCPUsInParallel As System.Boolean
    public System.bool UseCPUsInParallel {get; set;}
    See Also